All Questions
4 questions
0votes
2answers
3kviews
CodedUI test - can't send plain text password into input field
at some point when I send password into the input field on the form, looks like it gets encrypted. Password length is 8, but CodedUI is entering more characters, it's visible during test execution. ...
4votes
1answer
1kviews
How to recognize WPF drawing visuals in UIAutomation?
Our application has a canvas, to which we add the drawing visuals (like lines, polygons etc) // sample code var canvas = new Canvas(); // create canvas var visuals = new VisualCollection(canvas); // ...
0votes
2answers
300views
Does anyone have some links/online material explaining how coded UI test works?
We have used UI Automation for automating our application and wanted to move the scripts from UI automation to the coded UI. I need to understand how it works behind the scene. Please share any links/...
2votes
1answer
3kviews
Coded UI Test vs. Microsoft UI Automation library
I want to do UI testing of my complex WPF application. I have come across two libraries for UI Automation: Coded UI Test Microsoft UI Automation Library. I am confused in above two options. Please let ...